//[
parseUri
[androidJvm]
abstract fun parseUri(uri: Uri?): Streem.LinkType?
Determines if a uri targets Streem and returns the relevant LinkType.
Return
linkType of uri passed in. null
if Uri is null
or Uri does not target Streem.
//[
[androidJvm]
abstract fun parseUri(uri: Uri?): Streem.LinkType?
Determines if a uri targets Streem and returns the relevant LinkType.
linkType of uri passed in. null
if Uri is null
or Uri does not target Streem.